Click or drag to resize

StreamingSubscription Constructor (IListFolderId, IListEventType)

Initializes a new instance of the StreamingSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public StreamingSubscription(
	IList<FolderId> folders,
	IList<EventType> eventTypes
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The folders.
eventTypes
Type: System.Collections.GenericIListEventType
The event types.
See Also